Call function

This part calls the named function. The main routine pauses until the final Return part of the function is reached, then the main routine continues running.

Sometimes you need to provide the function with parameters. Follow these steps:

  1. Select the part.
  2. In the Properties pane go to the Parameters section.
  3. Select each parameter in the parameter list and give it a value. (This value may actually be a variable or an expression which will be worked out at runtime.)

Tips for use:

See also: